home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2002 February / Net_CD_02.iso / play02.exe / scripts / DefineButton2_167 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-12-31  |  133 b   |  8 lines

  1. on(press){
  2.    _root.clip1.play();
  3.    _root.clip2.play();
  4.    _root.clip3.play();
  5.    _root.clip4.play();
  6.    gotoAndStop(136);
  7. }
  8.